type github.com/gotd/td/internal/pool.reqMap
7 uses
github.com/gotd/td/internal/pool (current package)
pool.go#L38: freeReq *reqMap
req_map.go#L11: type reqMap struct {
req_map.go#L19: func newReqMap() *reqMap {
req_map.go#L20: return &reqMap{
req_map.go#L25: func (r *reqMap) request() (key reqKey, ch chan *poolConn) {
req_map.go#L35: func (r *reqMap) transfer(c *poolConn) bool {
req_map.go#L59: func (r *reqMap) delete(key reqKey) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |